task = agent.create_task( prompt="Analyze this dataset", file_urls=["https://example.com/data.csv"], events_streaming=True, output_format=OutputFormat.Json)
For more details on task management, see the [Tasks API Reference](/API reference/tasks/API reference).Continue to the [Agents API Reference](/API reference/agents/API reference) for detailed documentation on classes and methods.